path.lazybuf.buf (field)
9 uses
path (current package)
path.go#L22: buf []byte
path.go#L27: if b.buf != nil {
path.go#L28: return b.buf[i]
path.go#L34: if b.buf == nil {
path.go#L39: b.buf = make([]byte, len(b.s))
path.go#L40: copy(b.buf, b.s[:b.w])
path.go#L42: b.buf[b.w] = c
path.go#L47: if b.buf == nil {
path.go#L50: return string(b.buf[:b.w])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |